virtual inheritance meaning in Chinese
虚拟继承
Examples
- Declares virtual inheritance
声明虚拟继承 - A derived class can stop virtual inheritance by declaring an override as sealed
派生类可以通过将重写声明为密封的来停止虚拟继承。 - Will follow the rules of virtual inheritance , routing those calls to the implementation of
的调用将遵循虚拟继承的规则,即把这些调用传送到类c的 - Specifies the most general representation of a pointer to a member of a class to be one that uses virtual inheritance
指定指向类成员的指针的最通用表示形式为使用虚拟继承的表示形式。 - Inside the c object model addison - wesley , 1996 focuses on the underlying mechanisms of object - oriented programming in c - constructor semantics , temporary generation , support for encapsulation , inheritance , and virtual functions and virtual inheritance
( addison - wesley , 1996年)着重介绍了c + +这种面向对象技术的底层机制:构造函数的语法,临时生成,对于封装的支持,继承,虚函数和虚实例化。